/*
   Doxa Christian Church
   Author			: Kenny Mardy
   Date				: 03/21/2013

   Filename			: Dox.css
   Supporting Files	: banner.jpg, drop shadow 1.jpg
   
*/


/* The Website Navigation*/
/*************************************************************************************************************************************************************/
 #nav {z-index: 2; 
	   position: relative; 
	   margin-top: -46px; 
	   width: 650px;
	   height: 10px;
	   margin-right: auto;
	   margin-left: auto;
	   text-align: center}
	   
 ul.drop a {display:block; 
		  color: white; 
		  font-family: Times New Roman; 
		  font-size: 17px; 
		  text-decoration: none;}
		  
 ul.drop, ul.drop li, ul.drop ul {list-style: none; 
							 margin: 0; 
							 padding: 2; 
							 font-family: Times New Roman;
							 background: rgb(51,102,153); 
							 color: white; 
							 font-size: 17px;
							 }
							 
 ul.drop {position: relative; 
		 z-index: 597; 
		 float: left}
		 
 ul.drop li {float: left; 
		  line-height: 1.3em; 
		  vertical-align: middle; 
		  zoom: 1; 
		  padding: 10px 15px;}
		  
 ul.drop li.hover, ul.drop li:hover {position: relative; 
								z-index: 500; 
								cursor: default; 
								background: rgb(81,121,159)}
								
 ul.drop ul {visibility: hidden; 
		  position: absolute; 
		  top: 100%; 
		  left: 0; 
		  z-index: 598; 
		  width: 195px;}
		  
 ul.drop ul li {float: none;}
 
 ul.drop ul ul { top: -2px; left: 100%; }
 
 ul.drop li:hover > ul { visibility: visible }
/*************************************************************************************************************************************************************/



/* The Website's Body*/
/*************************************************************************************************************************************************************/ 
html 					{position: relative; 
					 min-height: 100%;}
 
body         			{font-family: Times New Roman; 
					 font-size: 18px; 
					 background-color: rgb(237,236,232);
					 margin: 0 0 250px; /*background-color: rgb(227,227,222)*/}
					 
#header				{margin-top: 0px; 
					 position: relative;
					 height: 250px;
					 width: 100%;
					 border-top	: 7px solid /*rgb(204,153,51)*/ #59D532;
					 background-color: rgb(51,102,153);}
					 
#input				{width: 108px;
					 
					 /*height: 25px; z-index: -1;*/
					}
					 
#headlogo			{top: -10px;
					 position: relative;
					 height: 100px;
					 width: 350px;
					 right: -90px;
					 z-index: 2}					 
					 
#headdesign			{top: 10px;
					 position: relative;
					 height: 30px;
					 width: 1050px;
					 margin-right: auto;
					 margin-left: auto}		 
					 
#inscription		{/*bottom: 0px;*/
					 margin-top: -20px;
					 position: relative;
					 height: 55px;
					 width: 330px;
					 background-color: /*rgb(204,153,51)*/ #59D532;
					 right: -880px;
					 border-bottom-left-radius: 10px 10px;
					 border-bottom-right-radius: 10px 10px;
					}

ul.color a			{text-decoration: none;
					 font-family: Times New Roman;
					 font-size: 13px;
					 color: white /*rgb(17,76,135)*/;
					}
					 
ul.color a:hover		{text-decoration: underline;
					}
					 
#container			{position: relative; 
					 margin-top: 100px; 
					 margin-left: auto; 
					 margin-right: auto; 
					 z-index: 1;
					 width: 960px; 
					 height: auto;
					 border-left: 1px solid white/*rgb(170,169,169)*/;
					 border-right: 1px solid white/*rgb(170,169,169)*/;
					 /*rgb(246, 238, 209);*/ 
					 /*border-radius: 10px 10px*/}
					 
#content1			{margin-left: auto; 
					 margin-right: auto; 
					 width: auto; 
					 height: auto; 
					 position: relative; 
					 margin-top: 80px; 
					 background-color: none}

#box				{margin-left: auto; 
					 margin-right: auto; 
					 width: auto; 
					 height: auto;}
					 
#info				{/*text-align: center;*/
					 width: 840px;
					 height: 220px;
					 background-color: rgb(248,247,246);
					 display:table-cell;
					 vertical-align:middle;
					 border-radius: 10px 10px; 					 
					 } 

/*************************************************************************************************************************************************************/



/*Search button*/
/*****************************************************************************************************************************************************/
/*****************************************************************************************************************************************************/

#form_search {
    display: inline-block;
    position: relative;
	top: -180px;
	margin-left: 1020px;
	height: 30px;
	width: 150px;
}

#form		{float: right}

#search {
    border: 1px solid /*rgb(153, 114, 38)*/ #38851F;
	background: /*rgb(216,178,101)*/ #50BF2D;
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 80px;

	    
    -moz-border-top-left-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    
    -moz-appearance: none;
    -webkit-appearance: none;
}

#search:hover {   
    border-color: #199ed9;
}

#search:focus {   
    border-color: #199ed9;
    background: white;
    outline: none;
    width: 150px;
    
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#search.searching {
    margin-left: 80px;
    width: 10px;
    
    -moz-transition: all .2s ease-in-out;  
    -webkit-transition: all .2s ease-in-out;
}


@-webkit-keyframes rotateHandle {
    from { -webkit-transform: rotate(135deg); }
    to { -webkit-transform: rotate(-225deg); }
}

@-moz-keyframes rotateHandle {
    from { -moz-transform: rotate(135deg); }
    to { -moz-transform: rotate(-225deg);}
}


.go		{position: absolute;
		 border: 0px;
		 height: 30px;
		 width: 35px;
		 top: 0px;
		 right: -35px
		}
		
.inset 							{-moz-box-shadow: inset 0 1px 8px rgba(0,0,0,.4);
								 -webkit-box-shadow: inset 0 1px 8px rgba(0,0,0,.4);
								 box-shadow: inset 0 2px 5px rgba(0,0,0,.24);
								 }		
/*************************************************************************************************************************************************************/
/*************************************************************************************************************************************************************/


/*Shadow Effects*/
/*************************************************************************************************************************************************************/
.shadow:before, .shadow:after	{ content:""; position:absolute; z-index:-3; bottom:15px; left: 10px; width:50%; height:20%; -webkit-box-shadow:0 15px 8px rgba(0, 0, 0, 0.7);
								 -moz-box-shadow:0 15px 8px rgba(0, 0, 0, 0.7); box-shadow:0 15px 8px /*rgb(62, 90, 122)*/rgba(0, 0, 0, 0.7); -webkit-transform:rotate(-3deg);
								 -moz-transform:rotate(-3deg); -o-transform:rotate(-3deg); transform:rotate(-3deg);}  

.shadow:after	 				{right:10px; left:auto; -webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -o-transform:rotate(3deg); transform:rotate(3deg);}

.shadow1						{box-shadow: 0 0 5px 4px rgb(114,112,111)}

/*************************************************************************************************************************************************************/


/*The Website's footer*/
/*************************************************************************************************************************************************************/
footer				{z-index	: 0; 
					 position	: absolute;
					 left		: 0;
					 bottom		: 0; 
					 height		: 250px; 
					 width		: 100%; 
					 border-top	: 6px solid rgb(38,87,135);
					 text-align	: center; 
					 background	: rgb(81,121,156); 
					 color		: white; 
					 font-family: Times New Roman}

#footerlogo			{z-index: -2; 
					 margin-left: 125px; 
					 position: relative; 
					 margin-top: 0px; 
					 width: 160px; 
					 height: 160px}
					 
/*#face a			{font-weight: bold; 
					 font-family: Tahoma; 
					 font-size: 17px; 
					 z-index: 5; 
					 text-decoration: none; 
					 color: rgb(236,213,191); 
					 margin-left: 170px; 
					 position: relative; 
					 margin-top: -2px; 
					 opacity: 0.3; 
					 width: 80px}
					 
#face a:hover		{text-decoration: none; 
					 color: white; 
					 opacity: 0.9; 
					 width: 80px}*/
					 
td.footlink 			{font-size: 14px; 
					 padding: 0 30;}
					 
td.footlink a		{text-decoration: none; 
					 color: white}
					 
td.footlink a:hover	{text-decoration: underline; 
					 color: rgb(17,76,135)
					 /*color: rgb(236,213,191)*/}
					 
.raquo				{color: rgb(17,76,135)}
/*************************************************************************************************************************************************************/